home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: The Risc OS Music Utilities CD / Acorn User: The Risc OS Music Utilities CD.iso / UTILITIES / SYSEXY / Extra / Text-SysEx / Example_1 next >
Text File  |  1999-12-31  |  591b  |  16 lines

  1. | Example System Exclusive file in Text format
  2.  
  3. | Valid chars:   0..9 A..F , | SPACE NEWLINE
  4. | ie 2-char hex values separated by spaces, commas or newlines.
  5. | Any characters after a '|' and up to the next newline are ignored
  6. | (eg these comments).
  7.  
  8. | This example file will produce a 10-byte SysEx file which
  9. | would set a Juno's LFO Rate to max setting.
  10.  
  11. F0        | Start of SysEx (padding before '|' ignored)
  12. 41 36 00  | Roland header (IPR message)
  13.  23 20 01 | Juno device, etc  (leading space was ignored)
  14. 18,7F     | The actual data : param 24 = 127   (&18=24)
  15. F7        | End Of SysEx
  16.